win32 theme: Remove a bunch of workarounds that are no longer necessary
authorBenjamin Otte <otte@gnome.org>
Mon, 15 Feb 2016 03:28:13 +0000 (04:28 +0100)
committerBenjamin Otte <otte@gnome.org>
Mon, 15 Feb 2016 03:41:12 +0000 (04:41 +0100)
gtk/theme/win32/gtk-win32-base.css

index 329b109c36ceefd223e2b758bd04984194612a12..011e933eb9c80b41fc44c744383cbdae935a98c8 100644 (file)
@@ -312,43 +312,6 @@ button:selected {
   background-color: transparent;
 }
 
-/* Checkbuttons */
-
-/* Prevent selected check/radiobuttons from getting the "selected" blue background */
-button.check:hover:selected,
-button.radio:hover:selected {
-  background-color: transparent;
-}
-
-/* This is meaningless, it just enables prelight propagation to check/radio mark */
-button.check,
-button.radio,
-button.check:hover,
-button.radio:hover {
-  background-image: -gtk-gradient (linear, left top, right bottom, from(transparent), to(transparent));
-}
-
-.check:focus,
-.check {
-    background-color: transparent;
-    border-width: 0;
-}
-
-/* The button here is to avoid problems with checkboxes
-   in a listview where all checkboxes in a row gets prelighted
-   whenever the row is prelighted */
-
-check:selected {
-    background-color: transparent;
-}
-
-/* Radiobuttons */
-
-radio {
-    background-color: transparent;
-    border-width: 0;
-}
-
 /* Scrollbars */
 
 /* TODO: Win32 has different concept for upper and lower trough, we